html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    font-family: 'PingFang SC';
    font-style: normal;
}

body {
    background: #fff;
}

.admin-center {
    height: calc(100vh - 200px);
    width: 100%;
    background: url('/images/login/bg.png') 0 0 no-repeat;
    background-size: cover;
}

.layui-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.admin-login-top {
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 200px;
}

.admin-login-top .top-jianjie {
    display: flex;
    height: 56px;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    font-family: 'PingFang SC';
    font-style: normal;
}

.admin-login-top .top-jianjie div.title1 {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}

.admin-login-top .top-jianjie div.title2 {
    font-weight: 400;
    font-size: 14px;
    color: #9A9A9A;
}

.admin-login-background {
    position: absolute;
    right: 200px;
    top: 50%;
    margin-top: -222px;
}

.logo-title {
    text-align: center;
    letter-spacing: 2px;
    padding: 14px 0;
    margin-bottom: 35px;
}

.logo-title h1 {
    color: #9A9A9A;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-title h1 span {
    color: #555555;
    margin: 0 20px;
    cursor: pointer;
}

.logo-title h1 span.active {
    color: #002583
}

.login-form {
    width: 384px;
    height: 384px;
    left: 1104px;
    top: 228px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px 60px;
}

.type2 {
    display: none;
}

.login-form .layui-form-item {
    position: relative;
    margin-bottom: 24px;
}

.login-form .layui-form-item label {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 56px;
    line-height: 50px;
    text-align: center;
    color: #d2d2d2;
    font-size: 18px;
}

.login-form .layui-form-item label img {
    width: 18px;
}

.login-form .layui-form-item label::after {
    content: " ";
    display: block;
    width: 1px;
    background-color: #979797;
    height: 14px;
    position: absolute;
    right: 0;
    top: 18px;
}

.login-form .layui-form-item input {
    padding-left: 77px;
}

.captcha {
    width: 60%;
    display: inline-block;
}

.captcha-img {
    display: inline-block;
    width: 34%;
    float: right;
}

.captcha-img img {
    height: 34px;
    border: 1px solid #e6e6e6;
    height: 36px;
    width: 100%;
}

.admin-login-bottom {
    color: #555555;
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
    flex-direction: column;
    line-height: 22px;
}

.layui-input {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #DADBDD;
    font-size: 14px;
}

.layui-input::placeholder {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #9A9A9A;
}

.yanzmImg {
    /* display: block;
    background: #F5F5F6;
    border: 1px solid #DADBDD; */
    width: 35%;
    height: 49px;
    float: right;
    /* border-radius: 5px; */
}

.lastwjmm {
    display: flex;
}

.lastwjmm div {
    flex: 1;
    font-size: 14px;
}

.lastwjmm div span {
    cursor: pointer;
}

.lastwjmm div span.wjmm {
    color: #9A9A9A;
}

.lastwjmm div span.huanyiz {
    text-decoration-line: underline;
    color: #1E69C5;
    line-height: 20px;
}

.login-btn {
    height: 50px;
    font-size: 18px;
    border-radius: 5px;
}

.yanzmgetBtn {
    display: block;
    background: #006FFF;
    width: 35%;
    height: 49px;
    float: right;
    border-radius: 5px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}