html,
body {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular, sans-serif;
}

.login {
    width: 100%;
    height: 100vh;
    background: url("/web/images/backImg.png");
    background-size: 100% 100%;
}

.login-left {
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}

.login-right {
    display: flex;

    width: 890px;
    height: 580;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    margin-left: -445px;
}

.login-right-left {
    width: 540px;
    height: 500px;
    background: rgba(2, 87, 67, 0.5);
    position: relative;
}

.login-right-left .huan {
    position: absolute;
    top: 69px;
    left: 90px;
    width: 348px;
    height: 18px;
}

.login-right-left .gong {
    position: absolute;
    top: 172px;
    left: 145px;
    width: 241px;
    height: 173px;
}

.login-right-left .yv {
    position: absolute;
    top: 350px;
    left: 162px;
    width: 203px;
    height: 250px;
}

.login-right-right {
    width: 350px;
    height: 500px;
    /* background: rgba(255, 255, 255, 0.9); */
    background: #fff;
}

.huan {}

.login-logo {
    width: 287px;
    height: 59px;
    /* background: url("/web/images/fic_logo.svg"); */
    background: url("/web/images/fic_logo.png");
    margin-left: 57px;
    margin-top: 70px;
}

.right-top {
    width: 100%;
    text-align: right;
    cursor: pointer;
}

.right-top .er-code {
    display: inline-block;
    width: 36px;
    height: 40px;
    background: url("/web/images/login-ma.png");
}

.right-top .code {
    display: inline-block;
    width: 36px;
    height: 40px;
    background: url("/web/images/account_login.png");
    background-size: 100% 100%;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
}

.top-tip {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tip-login {
    color: #89C000;
    font-size: 22px;
    font-family: PingFangSC-Regular, sans-serif;
}

.tip-hello {
    font-weight: 400;
    color: #333333;
    font-size: 38px;
    font-family: PingFangSC-Regular, sans-serif;
}

.top-hr {
    width: 72px;
    height: 6px;
    background: #95BD0F;
}

.login-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 340px;
    margin-top: 40px;
}

.login-item {
    display: flex;
    align-items: center;
    width: 75%;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 13px;
    margin-bottom: 27px;
}

.login_psd {
    justify-content: flex-end;
}

.psd_remember {
    width: 50%;
    display: flex;
    align-items: center;
}

.psd_remember .login-item-input {
    padding-left: 7px !important;
}

/* .input-tip {
    font-size: 14px;
    line-height: 14px;
    padding-left: 7px;
    color: #009573;
} */
/* 
.psd_forget a {
    color: #009573;
    padding-right: 5px;
} */

.new_login {
    width: 168px;
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
}

.new_login a {
    color: #333333;
}

.new_login a:hover {
    color: #025743;
}

.login-item-input {
    width: 80%;
    height: 32px;
    padding-left: 7px;
    line-height: 32px;
    font-family: ArialRoundedMTBold;
}

.login-item-input input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    border: none;
    /* border: 1px solid #ccc; */
    padding-left: 10px;

}

.login-item-input input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-family: PingFangSC-Regular, sans-serif;
}

.login-item-input input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

.border-none {
    border: none !important;
}

.input-icon-account {
    height: 26px;
    width: 26px;
    background: url("/web/images/login-zhang.png");
}

.input-icon-password {
    height: 26px;
    width: 26px;
    background: url("/web/images/login-mi.png");
}

.input-radio {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

#remember {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #fff;
}

.bg {
    background-color: #95BD0F !important;
}

.login_btn {
    text-align: center;
    margin: 0 auto;
    width: 270px;
    height: 50px;
    line-height: 50px;
    background: #025743;
    border-radius: 6px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 19px;
    cursor: pointer;
}

.bottom-div {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #009275;
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    margin-bottom: 33px;
    box-sizing: border-box;
}

.bottom-div a {
    color: #009275;
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    margin: 0 5px;
}

.bottom-div span {
    color: #009275;
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
}

.scan_qr_code {
    display: flex;
    justify-content: center;
    width: 532px;
}

.normalPanel.title {
    display: none !important;
}

.scan_qr_code img {
    margin-top: 5px;
    width: 170px;
    height: 170px;
}
.filings {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    
}

.filings p {
    text-align: center;
    color: #666;
    line-height: 50px;
    font-size: 14px;
}

.filings p a {
    color: rgb(149, 189, 15);
}

.filings p a:hover {
    cursor: pointer;
}