/* 登录页面样式 */
body {
    background: url('../images/loginbg2.png') 0% 0% / cover no-repeat;
    position: static;
    font-size: 12px;
}

html {
    height: 100%;
}

.main-body {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

/* 登录主容器 */
.login-main {
    width: 428px;
    position: relative;
    float: left;
}

/* 登录顶部 */
.login-main .login-top {
    height: 100px;
    background-color: #a77deb;
    border-radius: 16px 16px 0 0;
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.login-main .login-top .logo-img {
    width: 52px;
    height: 52px;
    margin-right: 10px;
}

.login-main .login-top .bg1 {
    display: inline-block;
    width: 117px;
    height: 117px;
    background: #fff;
    opacity: .24;
    border-radius: 0 74px 0 0;
    position: absolute;
    left: -58px;
    bottom: -58px;
}

.login-main .login-top .bg2 {
    display: inline-block;
    width: 133px;
    height: 133px;
    background: #fff;
    opacity: .24;
    border-radius: 50%;
    position: absolute;
    right: -66px;
    top: -66px;
}

/* 登录底部表单区域 */
.login-main .login-bottom {
    width: 428px;
    background: #fff;
    border-radius: 0 0 16px 16px;
    padding-bottom: 40px;
}

.login-main .login-bottom .center {
    width: 288px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 15px;
    position: relative;
}

.login-main .login-bottom .center .item {
    width: 288px;
    height: 40px;
    border: 1px solid #e4e5e6;
    margin-bottom: 20px;
}

.login-main .login-bottom .center .item .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 10px;
}

.login-main .login-bottom .center .item input {
    display: inline-block;
    width: 227px;
    height: 40px;
    padding: 0;
    position: absolute;
    border: 0;
    outline: 0;
    font-size: 14px;
    letter-spacing: 0;
}

/* 图标样式 */
.login-main .login-bottom .center .item .icon-1 {
    background: url('../images/lock-fill.png') no-repeat 0px 0;
    padding: 10px 0;
    background-size: 22px 22px;
}

.login-main .login-bottom .center .item .icon-2 {
    background: url('../images/user-filling.png') no-repeat 0 9px;
    padding: 10px 0;
    background-size: 22px 22px;
}

.login-main .login-bottom .center .item .icon-3 {
    background: url('../images/lock-fill.png') no-repeat 0px 8px;
    padding: 10px 0;
    background-size: 22px 22px;
}

.login-main .login-bottom .center .item .icon-4 {
    background: url('../images/icon-login.png') no-repeat 0 -43px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    margin: 9px 10px !important;
}

.login-main .login-bottom .center .item .icon-5 {
    background: url('../images/icon-login.png') no-repeat -55px -43px;
}

.login-main .login-bottom .center .item .icon-6 {
    background: url('../images/icon-login.png') no-repeat 0 -93px;
    position: absolute;
    right: -10px;
    margin-top: 8px;
    cursor: pointer;
}

/* 验证码图片 */
.login-main .login-bottom .center .item .validateImg {
    position: absolute;
    right: 0px;
    cursor: pointer;
    height: 40px;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
}

/* 提示区域 */
.login-main .login-bottom .tip {
    clear: both;
    height: 16px;
    line-height: 16px;
    width: 288px;
    margin: 0 auto;
}

.login-main .login-bottom .tip .icon-nocheck {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border: solid 1px #9abcda;
    position: relative;
    top: 2px;
    margin: 1px 8px 1px 1px;
    cursor: pointer;
}

.login-main .login-bottom .tip .icon-check {
    margin: 0 7px 0 0;
    width: 14px;
    height: 14px;
    border: none;
    background: url('../images/icon-login.png') no-repeat -111px -48px;
}

.login-main .login-bottom .tip .login-tip {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #9abcda;
    cursor: pointer;
}

.login-main .login-bottom .tip .forget-password {
    font-stretch: normal;
    letter-spacing: 0;
    color: #1391ff;
    text-decoration: none;
    position: absolute;
    right: 62px;
}

/* 登录按钮 */
.login-main .login-bottom .login-btn {
    width: 288px;
    height: 40px;
    background-color: #641a9d;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    cursor: pointer;
    border: none;
    margin-top: 5px;
}

/* 页脚 */
.footer {
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    text-shadow: #000 0.1em 0.1em 0.1em;
    font-size: 14px;
}

.footer a,
.footer span {
    color: #fff;
}

.padding-5 {
    padding: 5px !important;
}

/* 输入框样式 */
input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/* 响应式设计 */
@media screen and (max-width: 428px) {
    .login-main {
        width: 360px !important;
    }

    .login-main .login-top {
        width: 360px !important;
    }

    .login-main .login-bottom {
        width: 360px !important;
    }
}
