@charset "utf-8"; * {
    word-wrap: break-word;
    outline: 0
}

body,html {
    height: 100%;
    margin: 0;
    -webkit-text-size-adjust: none
}

body {
    background: #555;
    font-family: "Microsoft YaHei";
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%
}

ul,li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-image: none;
    list-style-type: none
}

a {
    color: #fff;
    text-decoration: none
}

a:hover {
    color: #ec5051;
    text-decoration: none
}

input {
    outline: 0
}

input[type=text],input[type=password] {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    height: 28px;
    background: #fff;
    border: 1px solid #dddfe2;
    border-radius: 5px;
    /*box-shadow: 0 2px 7px 0 #939292 inset;*/
    padding: 6px 6px 6px 43px;
    opacity: .8;
    filter: alpha(opacity=80);
    /*border-bottom: 1px solid #fff;*/
    color: #1d2129
}

input:-moz-placeholder {
    color: #ccc
}

input:-ms-input-placeholder {
    color: #ccc
}

input::-webkit-input-placeholder {
    color: #ccc
}

input[type=text]:focus,input[type=password]:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#3F000000',endColorstr='#3F000000');
    background: #fff;
    outline: 0;
    border: 1px solid #222222;
    /*border-color: rgba(255,255,255,.5);*/
    /*-moz-box-shadow: 0 2px 7px 0 #939292 inset,0 0 0 2px rgba(255,255,255,.15);*/
    /*-webkit-box-shadow: 0 2px 7px 0 #939292 inset,0 0 0 2px rgba(255,255,255,.15);*/
    /*box-shadow: 0 2px 7px 0 #939292 inset,0 0 0 5px rgba(255,255,255,.15);*/
    opacity: 1;
    filter: alpha(opacity=100)
}

input[type=text]:focus::-webkit-input-placeholder,input[type=password]:focus::-webkit-input-placeholder {
    color: #fff
}

#bgBox {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%
}

.slideBg {
    height: 100%;
    width: 100%
}

.slideBg li {
    display: block;
    list-style: none;
    z-index: -30;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111
}

.slideBg li img {
    height: 100%;
    width: 100%
}

.login {
    width: 363px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -300px auto auto -181px
}

.login .logo {
    text-align: center;
    height: 60px;
}

.login .logo img {
    height: 80px;
}

.login form {
    position: relative;
    z-index: 9;
    width: 340px;
    height: 389px;
    padding: 11px;
    background: url(form_bg.png) no-repeat;
    margin-top: 30px
}

.login form .title {
    color: #666;
    font-size: 24px;
    text-align: center;
    padding: 25px 0;
    background: url(line_bg.png) bottom no-repeat
}

.login form .main {
    width: 298px;
    margin: 28px auto
}

.login-item {
    position: relative;
    z-index: 2;
    margin-bottom: 15px
}

.login-item:after,.login-item:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.login-item input {
    width: 248px
}

.login-item .layui-icon {
    position: absolute;
    top: 12px;
    left: 18px;
    width: 14px;
    height: 13px;
    z-index: 9;
    color: #ccc;
}

.login-item.focus .layui-icon {
    color: #666;
}

.sub {
    padding-top: 10px
}

.sub .captcha {
    width: 185px;
    overflow: hidden;
    margin: 0px 0 -10px 0px;
    float: left
}

.sub #captcha {
    border-radius: 5px 0 0 5px;
    padding-left: 22px;
    float: left
}

.sub button {
    width: 113px;
    height: 41px;
    border: 0;
    background: #1877f2;
    color: #FFF;
    border-radius: 0 5px 5px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: "Microsoft YaHei"
}

.sub button:hover {
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.3) inset
}

.code {
    background-color: #FFF;
    width: 100px;
    height: 34px;
    border-radius: 4px;
    position: absolute;
    z-index: 9;
    top: -24px;
    left: 10px;
    display: none;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,.25)
}

.code .arrow {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -14px;
    left: 18px
}

.code img {
    width: 90px;
    height: 26px;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
    cursor: pointer;
}

.tips {
    padding-top: 5px;
    color: #666;
    text-align: center;
}

.tips a {
    margin-left: 10px;
}
