body {
    background: url(../img/login.png) #AC1F24 no-repeat;
    background-size: 100%, 100%;
}

.login {
    margin-top: 30%;
}

.theTitle {
    text-align: center;
    color: #fff;
}

@font-face {
    font-family: zihun45hao-bingyuyasong;
    src: url('https://awhf-oss-img.oss-cn-beijing.aliyuncs.com/weapp/Fontpackage/package.TTF');
}

.login-title h2 {
    font-size: 24px;
    font-family: zihun45hao-bingyuyasong;
}

.login-smallTitle {
    font-size: 15px;
    margin: 25px 0;
}

.login-input {
    background-color: #fff;
    margin: 0 14px;
    padding: 20px;
    border-radius: 10px;
}

.login-line {
    height: 1px;
    margin: 10px 0;
    background: #000000;
    opacity: 0.5;
}

.login-input-title {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    opacity: 0.9;
    padding-right: 33px;

}

.login-input-content {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    opacity: 0.6;
    border: 0;
    outline: none;
}

.login-ov {
    display: flex;
    align-items: center;
}

.login-automatic {
    display: flex;
    justify-content: space-between;
    margin: 15px 30px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    opacity: 0.8;
}

.login-automatic div input {
    border: 1px solid #000000;
    opacity: 0.8;
    margin: 3px 7px 0 0;
}

.login-button button {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #AC1F24;
    border-radius: 6px;
    font-size: 18px;
    border: 0;
    color: #fff;
    letter-spacing: 10px;
    outline: none;
}

.tui-checkbox:checked {
    background: #AC1F24;
    border: 1px solid #AC1F24;
}

.tui-checkbox {
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color ease 0.1s;
    transition: background-color ease 0.1s;
}
