#mainDiv {
    width: 100%;
    min-height: 100%;
    background: #fff;
    padding-bottom: 50px;
}

#header {
    width: 100%;
    height: 120px;
    box-shadow: 0px 5px 10px 5px #ececec;
}

#header div {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

#header img {
    height: 55px;
    vertical-align: -70px;
}

.loginHeader > div {
    width: 115px;
}

.itemInp {
    margin-bottom: 10px;
}

.img-box {
    width: 282px;
    height: 49px;
    margin: 0 auto;
}

.img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.layadmin-user-display-show .layadmin-user-login-main {
    width: 600px;
    height: 100%;
    box-shadow: 0 0 15px 10px #f2f2f2;
    margin: 105px auto 0;
}

.layadmin-user-login-body .layui-form-item .layui-input {
    padding-left: 10px;
}

.layui-form-item a.layadmin-link {
    color: #a2a2a2 !important;
}

.layui-input {
    height: 45px;
    font-size: 15px;
}

.content {
    width: 890px;
    height: 600px;
    margin: 115px auto 0;
    box-shadow: 0 0px 15px 8px #f2f2f2;
}

.content > div.fl {
    float: left;
    width: 418px;
    height: 100%;
    text-align: center;
    color: #fff;
    background-size: cover;
}

.content > div.fl h2 {
    font-size: 32px;
    margin: 405px 0 15px;
}

.content > div.fl p {
    font-size: 16px;
}

.content > div.fr {
    float: right;
    width: 472px;
    height: 100%;
    /* padding: 60px 60px 0 ; */
}

.layadmin-user-login-main {
    width: 100%;
    padding: 60px 60px 0;
}

.loginHeader {
    height: 40px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 35px;
    line-height: 40px;
}

.loginHeader a {
    font-size: 18px;
    min-width: 157px;
    display: inline-block;
}

.loginHeader a.active {
    color: #2a9ad9;
    font-size: 25px;
}
.free::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 10px;
    border-left: 1px solid #dddddd;
    vertical-align: middle;
    margin: 0 10px;
}

.thirdParty {
    height: 105px;
    position: relative;
    border-top: 1px solid #f0f0f0;
    padding: 0 60px;
}

.thirdParty h3 {
    margin: 15px 0 5px;
    color: #707070;
}

.thirdParty .layui-form-item img {
    width: 30px;
}

.thirdParty a {
    background: url(/layuiadmin/style/res/logoBj.png) center center no-repeat;
    width: 60px;
    background-size: 90%;
    height: 77px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
}

.thirdParty img {
    width: 37px;
}

input::-webkit-input-placeholder {
    color: #666;
}

.layui-row {
    width: 100%;
    position: relative;
}

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

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

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

.level span.layui-badge {
    background: #5552b7;
}

/* 手机验证码 */
.codeLogin {
    cursor: pointer;
    color: #6868a4;
}

#mobile {
    padding-right: 115px;
}

.clearable {
    position: relative;
}

.clearable i {
    display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 18px;
    margin-top: -10px;
    cursor: pointer;
}

/* 移动端 */
.appDiv {
    padding-bottom: 0px !important;
}
.appDiv #header div,
.appDiv .content,
.appDiv .content .fr {
    width: 100% !important;
}

.appDiv #header img {
    height: auto;
    width: 80%;
    margin: 0 10%;
}

.appDiv .content {
    margin: 0;
    height: auto;
    overflow: hidden;
}

.appDiv .content .fl {
    display: none !important;
}

.appDiv .layadmin-user-login-main {
    padding: 40px 20px 0;
}

.appDiv .thirdParty {
    height: auto;
    padding: 0;
}
.appDiv .thirdParty h3 {
    padding: 0 20px;
}
