* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑"
}

.loginBg {
    width: 1920px;
    /* max-width: 100%; */
    height: 920px;
    display: block;
}

body {
    position: relative;
    overflow: hidden;
}

.opacity {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    filter: "alpha(opacity=60)";
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70)
}

.loginBox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 720px;
    height: 920px;
    background: #011E3C;
}

.loginBody {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 720px;
    height: 920px;
    font-size: 36px;
    font-family: PingFang-SC-Bold;
    color: #fff;
}

.title {
    position: absolute;
    left: 150px;
    top: 150px;
    width: 361px;
    line-height: 60px;
    text-align: center;
}

.loginUser {
    position: absolute;
    left: 150px;
    top: 310px;
    width: 361px;
}

.loginUser input {
    height: 58px;
    width: 420px;
    line-height: 58px;
    padding-left: 20px;
    box-sizing: border-box;
}

.inputtext {
    margin-top: 20px;
}

.inputtext.code {
    width: 240px;
}

#spanCode {
    display: inline-block;
    width: 160px;
    height: 58px;
    line-height: 58px;
    background: #D8B7E3;
    position: absolute;
    top: 20px;
    right: -58px;
    font-family: Arial;
    font-style: italic;
    color: blue;
    font-size: 30px;
    padding: 0 3px;
    letter-spacing: 8px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.senter {
    position: absolute;
    z-index: 100;
    left: 150px;
    top: 630px;
    font-size: 14px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.loginbtn {
    width: 420px;
    height: 58px;
    position: absolute;
    z-index: 100;
    left: 150px;
    top: 560px;
    background: #00A6F0;
    font-size: 24px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: center;
    line-height: 58px;
    cursor: pointer;
}

.loginbtn.loading {
    color: #333;
    background: #fff;
}

.loginbtn .layui-layer-ico16 {
    position: absolute;
    left: 144px;
    bottom: 13px;
}

.input {
    position: relative;
}

.input .placeholder {
    position: absolute;
    bottom: 22px;
    left: 20px;
    font-size: 14px;
    line-height: 1;
    color: #696969;
}