/* pc端 */

.head {
    background: #fff;
}

.headNav {
    display: none;
}

.loginBox {
    padding: 0 80px 35px !important;
    background-color: #ffffff !important;
}

.layadmin-user-display-show {
    width: 1200px;
    height: 100%;
    background: url("../../images/fhdgf.png") 0 35% no-repeat;
    background-size: 50%;
    position: relative;
    margin: 0 auto;
}

.layadmin-user-login-main {
    width: 460px;
    position: absolute;
    top: 50%;
    right: 0%;
    margin-top: -210px;
}

.loginHeader {
    line-height: 40px;
    height: 40px;
    padding-bottom: 30px;
    margin-top: 0;
}

.loginHeader a {
    font-size: 20px;
}

.loginHeader a.active {
    color: #29a3cf;
}

.loginHeader .a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    border-left: 1px solid #dddddd;
    vertical-align: middle;
    margin: 0 45px;
}

.thirdParty {
    margin: 30px 0 35px;
}

.loginBox > a {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.layui-form-checked[lay-skin="primary"] i {
    border-color: #d2d2d2 !important;
    background-color: #fff;
    color: #000;
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #d2d2d2;
    color: #000;
}

.layui-form-item > img {
    padding: 10px;
    width: 205px;
    border: 1px solid #e3e4e1;
    margin-bottom: 20px;
}

.loginBox {
    padding: 0px 20px 18px !important;
    background-color: #ffffff !important;
}

.level {
    position: absolute;
    top: 10px;
    right: 10px;
}

.level span {
    width: 40px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #40b9fd;
}

.level span.layui-bg-gray {
    background: #fff !important;
    color: #40b9fd !important;
}

.level span.layui-badge {
    background: #40b9fd;
}

.login > h1 {
    padding: 45px 0 35px;
    text-align: center;
    color: #51a8b4;
}

.login > h1::after {
    content: "";
    display: block;
    height: 3px;
    width: 27px;
    background: #51a8b4;
    margin: 10px auto 0;
}

.register > div {
    width: 460px;
    margin: 0 auto;
    padding-top: 55px !important;
}

.register > div > img {
    width: 270px;
    display: block;
    margin: 0 auto 40px;
}

.tips {
    width: 190px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -95px;
    text-align: center;
}

.tips h1 {
    margin: 25px 0 15px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.tips p {
    color: #a7aaab;
}

/* 移动端 */
.mainApp {
    width: 100%;
    height: 100%;
    background: #fff;
}
.mainApp .layadmin-user-display-show {
    width: 100%;
}

.mainApp .layadmin-user-login-main {
    width: 100%;
    position: initial;
    margin-top: 0px;
    padding-top: 2rem;
}
.mainApp .loginHeader a {
    font-size: 1rem;
}

.mainApp .loginHeader .a::after{
    margin: 0 1rem;
}

.mainApp .loginBox > p{
    font-size: 0.6rem;
}