@charset "utf-8";

html,
body {
    padding: 0;
    margin: 0;
    max-width: 100%;
    min-height: 100vh;
    color: #000;
    outline: none;
    background-color: #f9f9f9;
    font: 14px/1.5 PingFangSC-Regular, "PingFang SC", PingFangSC-Semibold, sans-serif, Arial;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

ol,
ul,
p {
    margin-bottom: 0;
}

.login-container {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/loginBg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
}

.login-form {
    position: absolute;
    z-index: 1020;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1460px;
    height: 700px;
    background-image: url(../images/loginForm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.form-container {
    float: right;
    width: 670px;
    height: 650px;
    margin-top: 20px;
    margin-right: 30px;
    padding: 45px 80px;
    /* background-color: red; */
}

.form-container .logo-box {
    text-align: center;
    margin-bottom: 30px;
}

.form-container .logo-box>img {
    width: 74px;
    height: 74px;
    margin-bottom: 30px;
}

.form-container .logo-box>p>img {
    height: 40px;
    width: auto;
}

.form-container .form-item {
    display: block;
    width: 100%;
    height: 80px;
    border: 1px solid #dcdcdc;
    position: relative;
    margin-bottom: 40px;
}

.form-container .form-item .icon {
    position: absolute;
    left: 15px;
    top: 21px;
    z-index: 50;
}

.form-container .form-item .form-control {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
    outline: none !important;
    font-size: 18px;
    padding-left: 60px;
}

.login-button-box {
    text-align: center;
}

.login-button-box::after {
    content: "";
    display: block;
    clear: both;
}

.login-button-box button {
    width: 230px;
    height: 80px;
    background-color: transparent;
    border: none;
    outline: none !important;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    line-height: 80px;
    font-size: 22px;
    color: #fff;
}

.login-button-box .pass_login {
    cursor: pointer;
    float: left;
    box-shadow: 0 7px 27px rgba(14, 143, 114, .51);
    background-image: linear-gradient(90deg, #0aaa86, #54d7ba 67%);
}

.login-button-box .ip_login {
    cursor: pointer;
    float: right;
    box-shadow: 0 7px 27px rgba(50, 129, 255, .51);
    background-image: linear-gradient(90deg, #487cd9, #83afff 67%);
}

.login-container .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1020;
    width: 100%;
    height: 120px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    padding: 30px 0;
}

.login-container .footer p .mlr15 {
    margin: 0 15px;
}

.login-container .footer p span.line {
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: #7e8185;
    vertical-align: middle;
    margin: 0 4px;
    position: relative;
    bottom: 1px;
}

.login-container .footer p span img {
    width: 14px;
    height: auto;
    position: relative;
    top: 2px;
}

/* 登录页图片修改 */
@font-face {
    font-family: "font";
    /* Project id 2327024 */
    src: url("../fonts/font_fzcht.ttf") format("truetype")
}

.data-statistics {
    font-family: "font" !important;
    float: left;
    width: 50%;
    position: relative;
    top: 95px;
    left: 25px;
    height: 50px;
    font-size: 42px;
    text-align: center;
    color: #fff;
    /* font-weight: bold; */
}

/* 2023.07.07 */
.appli_icon {
    margin-top: 30px;
    text-align: right;
    color: #ea814c !important;
    font-weight: bold;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
}

.appli_icon img {
    margin-right: 5px;
}