* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a,
button,
input,
label,
li {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.bgImg {
    width: 100%;
    height: 100%;
    min-height: 700px;
    min-width: 1000px;
    position: fixed;
    z-index: 0;
}

.container {
    width: 100%;
    height: 100%;
    min-height: 700px;
    min-width: 1000px;
    position: absolute;
}

.login-body {
    font-size: 16px;
    min-width: 1000px;
}

footer {
    width: 100%;
    min-width: 1000px;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 14px;
    background: #346CDA;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
}

footer p {
    padding: 0 0.5rem;
}


#login {
    width: 4.54rem;
    height: 4.96rem;
    background: white;
    border-radius: 12px;
    position: absolute;
    top: 1.8rem;
    right: 3.7rem;
    padding-top: 0.3rem;
}

.titleImg {
    width: 3.58rem;
    height: 0.58rem;
    position: absolute;
    top: -0.19rem;
    left: calc(50% - 1.79rem);
}

.input-line {
    width: 3.5rem;
    height: 0.5rem;
    position: relative;
    display: flex;
    align-items: auto;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.input-line > img {
    width: 0.28rem;
    height: 0.28rem;
    position: absolute;
    top: 0.11rem;
    left: 0.08rem;
}

.input-line input {
    width: 100%;
    outline: none;
    background: white;
    padding-left: 0.46rem;
    border: 2px solid #DBDFE2;
    border-radius: 12px;
    font-size: 0.17rem;
    padding-top: 0.02rem;
}

.input-line input.code-input {
    width: 2.3rem;
}

.input-line input::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 0.17rem;
}

@media (max-width: 1366px) {
    .input-line input::-webkit-input-placeholder, .input-line input {
        font-size: 15px;
    }
}

@media (max-width: 1600px) and (min-width: 1367px) {
    .input-line input::-webkit-input-placeholder, .input-line input {
        font-size: 16px;
    }
}

@media (min-width: 1601px) {
    .input-line input::-webkit-input-placeholder, .input-line input {
        font-size: 17px;
    }
}

.input-line div {
    width: 1rem;
    margin-left: 0.2rem;
    display: flex;
    align-items: center;
}

.input-line div img{
    width: 100%;
    height: 0.48rem;
}

.title {
    line-height: 1rem;
    text-align: center;
    font-size: 0.32rem;
    font-family: FZLanTingHei-H-GBK;
    font-weight: 400;
    color: rgba(25, 94, 199, 1);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}


form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form button {
    width: 3.58rem;
    height: 0.5rem;
    border-radius: 0.08rem;
    background-color: #195EC7;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
    font-size: 0.24rem;
    font-family: FZLanTingHei-H-GBK;
    font-weight: 400;
    color: white;
    border: none;
}