body {
    height: 100vh;
    background-image: url("https://yzmsc.oss-cn-shanghai.aliyuncs.com/zxqh/upload/login-bg.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content {
    padding: 60rem 0;
}

.logo {
    width: 268rem;
    height: 34rem;
    margin-top: 58rem;
}

#login-form {
    margin-top: 200rem;
}

.login-title {
    font-weight: 500;
    font-size: 48rem;
    color: #333333;
    line-height: 72rem;
    margin-bottom: 20rem;
}

.icon {
    margin-right: 43rem;
}

.get-code {
    font-weight: 400;
    font-size: 28rem;
    color: #909399;
    line-height: 130rem;
    white-space: nowrap;
    cursor: pointer;
    width: 170rem;
    text-align: center;
}

.form-item {
    width: 550rem;
    height: 100rem;
    background: #F5F7FA;
    border-radius: 49rem;
    color: #909399;
    margin-top: 20rem;
    padding: 0 40rem;
    position: relative;
}

.form-item input {
    border: none;
    background-color: #F5F7FA;
    font-size: 28rem;
    width: 250rem;
    height: 70rem;
}

.form-item::before {
    position: absolute;
    display: block;
    content: '';
    left: 87rem;
    width: 1px;
    height: 50rem;
    top: 50%;
    font-size: 28rem;
    background-color: #909399;
    transform: translateY(-50%);
}

.form-item input:focus {
    outline: none;
    background: none;
}

.login-btn {
    width: 630rem;
    height: 98rem;
    background: #FFDA21;
    border-radius: 49rem;
    font-weight: 400;
    font-size: 32rem;
    color: #333333;
    line-height: 72rem;
    border: none;
    margin-top: 65rem;
}

.agree {
    font-weight: 400;
    font-size: 28rem;
    line-height: 73rem;
    letter-spacing: 0.1em;
}

.article {
    padding: 20rem;
}

.agree-notice {
    color: #FF8812 ;
}

.is-read {
    margin-right: 20rem;
    height: 30rem;
    width: 30rem;
}

.dec-time {
    color: #1E9FFF;
}

.article {
    display: none;
}