body::-webkit-scrollbar {
    display: none;
}
::placeholder {
    color: #C7CACD;
    font-size: 14px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999999s;
    -webkit-transition: color 99999999s ease-out, background-color 99999999s ease-out;
}
.container {
    width: 100%;
    height: 100vh;
    min-height: 620px;
    background-image: url("/static/larryms/images/znjj/login.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container * {
    box-sizing: border-box;
}
.loginBox {
    width: 1150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s;
}

/**logo区域**/
.logoBlock {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #1D2025;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-right: 120px;
}
.logoBlock .ifn {
    color: #373737;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 25px;
}
.logoBlock .logo {
    width: 390px;
    margin: 0 auto 38px auto;
}
.logoBlock .ct {
    display: block;
    width: 578px;
}

/**表单**/
.formBlock {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border-radius: 15px;
    width: 452px;
    flex-shrink: 0;
    padding: 34px 31px 27px 31px;
}
.formBlock .welcome {
    position: relative;
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    color: #1D2025;
}
.formBlock .welcome:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0075FE;
    width: 31px;
    height: 4px;
    border-radius: 5px;
}
.loginTxtRow {
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    background-color: #ECF4FF;
    margin-top: 25px;
    position: relative;
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 76px;
}
.loginTxtRow input[type="text"], .loginTxtRow input[type="password"] {
    width: calc(100% - 15px);
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 0;
    color: rgba(0,0,0,0.8);
    background-color: #ECF4FF;
}
.loginTxtRow.usernameRow {
    background-image: url("/static/larryms/images/znjj/user_name.png");
}
.loginTxtRow.passwordRow {
    background-image: url("/static/larryms/images/znjj/user_pass.png");
}
.loginTxtRow:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 61px;
    transform: translateY(-50%);
    background-color: #E6E6E6;
    width: 1px;
    height: 40%;
}
.loginValidRow {
    margin-top: 28px;
    min-width: 260px;
    min-height: 50px;
}
.loginValidRow .geetest_holder.geetest_wind {
    width: 100%!important;
    height: 50px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar_btn, .loginValidRow .geetest_holder.geetest_wind .geetest_success_btn {
    border-radius: 0;
    border: 1px solid #0075FE;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar {
    margin: 9px;
    left: 5px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar_tip, .loginValidRow .geetest_holder.geetest_wind .geetest_success_radar_tip {
    height: 48px;
    line-height: 48px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_logo, .loginValidRow .geetest_holder.geetest_wind .geetest_success_logo {
    top: 12px;
    right: 15px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_logo {
    background-image: url('/static/larryms/images/znjj/va.png');
    background-size: 100% 100%;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar_btn {
    background-image: none;
    background-color: rgba(255,255,255,0);
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar_btn:hover {
    background-image: none;
    background-color: rgba(255,255,255,0);
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar_tip, .loginValidRow .geetest_holder.geetest_wind .geetest_success_radar_tip {
    font-size: 16px;
    color: #0075FE;
    padding: 0 60px 0 60px;
}
.loginValidRow .geetest_holder.geetest_wind.geetest_radar_click_ready .geetest_radar_btn {
    background: rgba(255,255,255,0);
}
.loginValidRow .geetest_holder.geetest_wind .geetest_success_btn .geetest_success_box {
    top: 12px;
    left: 14px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_wait {
    top: 3px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_wait .geetest_wait_dot {
    background: #0075FE;
}
.loginValidRow .geetest_holder.geetest_wind.geetest_radar_click_hide .geetest_radar .geetest_dot, .loginValidRow .geetest_holder.geetest_wind.geetest_slide_click_hide .geetest_radar .geetest_dot {
    background: #0075FE;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_success_radar_tip {
    color: #18A452;
}
.loginValidRow .geetest_holder.geetest_wind.geetest_radar_success .geetest_success_btn {
    border-color: #18A452;
}
.loginBtnRow {
    margin-top: 53px;
}
.loginBtnRow button {
    width: 100%;
    height: 50px;
    font-size: 18px;
    background-color: #0075FE;
    border-radius: 6px;
    transition: all .2s;
}

/**版权**/
.copyRightBox {
    color: #A9A9A9;
    border-top: 1px solid #DFEBFF;
    padding-top: 25px;
    position: relative;
    margin-top: 55px;
    font-size: 14px;
}
.copyRightBox p {
    line-height: 23px;
    text-align: center;
}
.copyRightBox:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    width: 30px;
    height: 10px;
}
.copyRightBox:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #DFEBFF;
    width: 2px;
    height: 2px;
}

/**媒介查询**/
@media screen and (max-width: 1250px) {
    .loginBox {
        transform: scale(0.9);
    }
}
@media screen and (max-width: 1150px) {
    .loginBox {
        transform: scale(0.8);
    }
}
@media screen and (max-width: 1020px) {
    .loginBox {
        transform: scale(0.7);
    }
}
@media screen and (max-width: 900px) {
    .loginBox {
        transform: scale(0.6);
    }
}
@media screen and (max-width: 900px) {
    .logoBlock {
        margin-right: 90px;
    }
}
@media screen and (max-width: 720px) {
    .loginBox {
        flex-direction: column;
        transform: scale(1);
    }
    .logoBlock {
        margin-right: initial;
    }
    .logoBlock .ct {
        display: none;
    }
}
@media screen and (max-width: 510px) {
    .logoBlock .logo {
        width: 70%;
    }
    .formBlock {
        width: 80%;
    }
}
@media screen and (max-width: 480px) {
    .logoBlock {
        font-size: 8vw;
    }
    .logoBlock .ifn {
        font-size: 4vw;
    }
    .formBlock {
        padding: 30px 5%;
    }
    .loginTxtRow {
        margin-top: 4vw;
    }
    .loginValidRow {
        margin-top: 4vw;
    }
    .loginBtnRow {
        margin-top: 5vw;
    }
    .copyRightBox {
        margin-top: 5vw;
        padding-top: 5vw;
    }
}
@media screen and (max-width: 450px) {
    .formBlock {
        width: 88%;
    }
}